home *** CD-ROM | disk | FTP | other *** search
/ Galleria D'arte: Manet / Manet.iso / Dati / Main.dxr / 00012_inizializza tasto tooltip.ls < prev    next >
Encoding:
Text File  |  2000-12-21  |  220 b   |  9 lines

  1. on beginSprite me
  2.   global gTooltip
  3.   if gTooltip = 1 then
  4.     set the member of sprite the currentSpriteNum to member("Aiuto")
  5.   else
  6.     set the member of sprite the currentSpriteNum to member("Aiuto_F4")
  7.   end if
  8. end
  9.